Good afternoon,

With the Label Editing property of the Win32 ListView (or List Control), I'm able to edit only the items of a ListView, but not the SubItems.
My question is: how can I edit SubItems in a ListView, like what I'm able to do with Label Editing?
I've searched the web (including MSDN) and this forum, but I can only find examples using MFC or .NET.
(I'm a beginner. I'm learning by myself, but the internet is my only resource.)

Thank you in advance.